home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / eo.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  188 b   |  12 lines

  1. global gGizmo
  2.  
  3. on mouseDown
  4.   set thisTool to showGizmoTool(gGizmo)
  5.   if thisTool = 0 then
  6.     setLeftPanelBtn(gGizmo, 2, 0)
  7.     returnMenu()
  8.   else
  9.     toolActions(thisTool)
  10.   end if
  11. end
  12.